PlaceholderType Enumeration

Represents the content type of a placeholder.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum PlaceholderType

Members

Text0 Placeholder can be replaced by text.
Table1 Placeholder can be replaced by a table.
TextBox2 Placeholder can be replaced by a text-box.
Image3 Placeholder can be replaced by an image.
Object4 Placeholder can be replaced by an object.
None5 None.

See Also